Data for Silverlight
Add(Object[]) Method

C1.Silverlight.Data Namespace > DataRowCollection Class > Add Method : Add(Object[]) Method
The array of values used to create the new row.
Creates a row using specified values and adds it to the collection.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal ParamArray values() As Object _
) As DataRow
public DataRow Add( 
   params object[] values
)

Parameters

values
The array of values used to create the new row.

Return Value

A reference to the new row.
See Also

Reference

DataRowCollection Class
DataRowCollection Members
Overload List